func runtime/pprof.writeHeap

3 uses

	runtime/pprof (current package)
		pprof.go#L163: 	write: writeHeap,
		pprof.go#L526: 	return writeHeap(w, 0)
		pprof.go#L536: func writeHeap(w io.Writer, debug int) error {